projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3210e73
)
(etags): Fix defgroup syntax.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 19 Jan 1998 20:24:16 +0000
(20:24 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 19 Jan 1998 20:24:16 +0000
(20:24 +0000)
lisp/progmodes/etags.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/etags.el
b/lisp/progmodes/etags.el
index d3f87b495c8aec2ab8fd425e70495a8c03211116..3b5a9d6d7b627d1b1c066d7ce3c41345e05ccb32 100644
(file)
--- a/
lisp/progmodes/etags.el
+++ b/
lisp/progmodes/etags.el
@@
-34,8
+34,7
@@
Use the `etags' program to make a tags table file.")
;; Make M-x set-variable tags-file-name like M-x visit-tags-table.
;;;###autoload (put 'tags-file-name 'variable-interactive "fVisit tags table: ")
-(defgroup etags nil
- "Tags tables"
+(defgroup etags "Tags tables"
:group 'tools)
;;;###autoload